home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / SHARED.DXR / 04978_TMyView.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  156 b   |  12 lines

  1. property ancestor
  2.  
  3. on birth me, vSprNum, vID
  4.   set ancestor to NewObj("TView", vSprNum, vID)
  5.   mIMyView(me)
  6.   return me
  7. end
  8.  
  9. on mIMyView me
  10.   nothing()
  11. end
  12.